home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue38 / Clinic / StpKey1U.dfm / StpKey1U.txt
Text File  |  1998-07-07  |  2KB  |  118 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsSingle
  5.   Caption = 'Key interception example #1'
  6.   ClientHeight = 242
  7.   ClientWidth = 352
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poDefaultPosOnly
  15.   OnKeyDown = FormKeyDown
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 318
  21.     Height = 19
  22.     Caption = 'Press Escape to change the form'#39's colour'
  23.     Font.Color = clWindowText
  24.     Font.Height = -16
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 32
  32.     Width = 306
  33.     Height = 19
  34.     Caption = 'Press Ctrl+S to minimise this application'
  35.     Font.Color = clWindowText
  36.     Font.Height = -16
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 56
  44.     Width = 338
  45.     Height = 19
  46.     Caption = 'Press Alt+S to update this form'#39's caption bar'
  47.     Font.Color = clWindowText
  48.     Font.Height = -16
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 24
  55.     Top = 104
  56.     Width = 121
  57.     Height = 21
  58.     TabOrder = 0
  59.     Text = 'Edit1'
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 24
  63.     Top = 136
  64.     Width = 121
  65.     Height = 21
  66.     TabOrder = 1
  67.     Text = 'Edit2'
  68.   end
  69.   object Edit3: TEdit
  70.     Left = 24
  71.     Top = 168
  72.     Width = 121
  73.     Height = 21
  74.     TabOrder = 2
  75.     Text = 'Edit3'
  76.   end
  77.   object Edit4: TEdit
  78.     Left = 24
  79.     Top = 200
  80.     Width = 121
  81.     Height = 21
  82.     TabOrder = 3
  83.     Text = 'Edit4'
  84.   end
  85.   object Edit5: TEdit
  86.     Left = 192
  87.     Top = 104
  88.     Width = 121
  89.     Height = 21
  90.     TabOrder = 4
  91.     Text = 'Edit5'
  92.   end
  93.   object Edit6: TEdit
  94.     Left = 192
  95.     Top = 136
  96.     Width = 121
  97.     Height = 21
  98.     TabOrder = 5
  99.     Text = 'Edit6'
  100.   end
  101.   object Edit7: TEdit
  102.     Left = 192
  103.     Top = 168
  104.     Width = 121
  105.     Height = 21
  106.     TabOrder = 6
  107.     Text = 'Edit7'
  108.   end
  109.   object Edit8: TEdit
  110.     Left = 192
  111.     Top = 200
  112.     Width = 121
  113.     Height = 21
  114.     TabOrder = 7
  115.     Text = 'Edit8'
  116.   end
  117. end
  118.